projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f842816
)
* lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo.
author
Andrea Corallo
<akrl@sdf.org>
Wed, 21 Apr 2021 13:23:33 +0000
(15:23 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 21 Apr 2021 15:36:59 +0000
(17:36 +0200)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 394b8cb73c09da464187ea713c225f36da89795f..587618116fe1ae6b24fddb3c45e60378c8be08f4 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-4166,7
+4166,7
@@
Native compilation equivalent to `batch-byte-compile'."
;;;###autoload
(defun batch-byte-native-compile-for-bootstrap ()
- "Like `batch-native-compile', but used for boo
s
tstrap.
+ "Like `batch-native-compile', but used for bootstrap.
Generate .elc files in addition to the .eln files.
Force the produced .eln to be outputted in the eln system
directory (the last entry in `comp-eln-load-path').